home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / hacky_sack_jr.swf / scripts / DefineButton2_226 / BUTTONCONDACTION on(release).as
Text File  |  2011-08-19  |  78b  |  7 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("start");
  5.    }
  6. }
  7.